home *** CD-ROM | disk | FTP | other *** search
- on CuePassed channelID, cueNumber, cueName
- if (the frame > label("Animation Start")) and (the frame < label("Subtitles")) then
- if cueNumber = 2 then
- go("Animate Mary had a little lamb")
- end if
- if cueName = "It's fleece was white as snow" then
- go("Animate It's fleece was white as snow")
- end if
- if cueName = "And everywhere that Mary went" then
- go("Animate" && cueName)
- end if
- if cueNumber = 5 then
- go("Animate" && getAt(the cuePointNames of member "Mary.aif", 5))
- end if
- if cueName = "End" then
- go("Animate End")
- end if
- end if
- end
-